home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / ed3demo.zip / ED.ZIP / CONFIG / LANG_PAR.XX_ / LANG_PAR.XX
Text File  |  1994-05-07  |  2KB  |  189 lines

  1. ; Paradox ObjectPal language list for ED Color Syntax Highlighting
  2. ; And Code Templates
  3. ; Last Change:  7 May 94
  4.  
  5. [Keywords]
  6. AND
  7. as
  8. case
  9. caseInsensitive
  10. create
  11. Database
  12. descending
  13. disableDefault
  14. doDefault
  15. endCreate
  16. else
  17. enableDefault
  18. endFor
  19. endForEach
  20. endif
  21. endIndex
  22. endMethod
  23. endProc
  24. endQuery
  25. endRecord
  26. endScan
  27. endSort
  28. endSwitch
  29. endSwitchMenu
  30. endTry
  31. endType
  32. endUses
  33. endWhile
  34. for
  35. forEach
  36. from
  37. if
  38. iif
  39. in
  40. index
  41. indexStruct
  42. is
  43. key
  44. like
  45. loop
  46. maintained
  47. method
  48. NOT
  49. ObjectPAL
  50. of
  51. on
  52. onFail
  53. or
  54. otherwise
  55. passEvent
  56. primary
  57. proc
  58. query
  59. quitLoop
  60. record
  61. refIntStruct
  62. retry
  63. return
  64. scan
  65. secStruct
  66. sort
  67. step
  68. struct
  69. switch
  70. switchMenu
  71. tag
  72. then
  73. to
  74. try
  75. type
  76. unique
  77. uses
  78. where
  79. while
  80. with
  81. without
  82.  
  83.  
  84. [Types]
  85. var
  86. endvar
  87. const
  88. endconst
  89. AnyType
  90. Array
  91. Binary
  92. Currency
  93. Date
  94. DateTime
  95. DynArray
  96. Graphic
  97. Logical
  98. LongInt
  99. Memo
  100. Number
  101. OLE
  102. Point
  103. SmallInt
  104. String
  105. Time
  106.  
  107.  
  108. ; Events
  109. [User 1]
  110. ActionEvent
  111. ErrorEvent
  112. Event
  113. KeyEvent
  114. MenuEvent
  115. MouseEvent
  116. StatusEvent
  117. TimerEvent
  118. ValueEvent
  119.  
  120.  
  121. ;Built-in methods for internal events
  122. [User 2]
  123. open
  124. close
  125. canArrive
  126. canDepart
  127. setFocus
  128. removeFocus
  129. timer
  130. mouseEnter
  131. mouseExit
  132. pushButton
  133. newValue
  134. changeValue
  135.  
  136.  
  137. ; Built-in methods for external events
  138. [User 3]
  139. mouseMove
  140. mouseDown
  141. mouseUp
  142. mouseClick
  143. mouseDouble
  144. mouseRightDown
  145. mouseRightUp
  146. mouseRightDouble
  147. keyPhysical
  148. keyChar
  149. action
  150. menuAction
  151. error
  152. status
  153.  
  154.  
  155. ;----------------------------------------------
  156.  
  157. ; See "Template Creation" in the on line help and "Tool|Charts|ED Templates"
  158. ; for information on adding and modifying code templates.
  159.  
  160. [Templates]
  161. ca    case
  162. da    database 
  163. de    descending 
  164. di    disableDefault
  165. do    doDefault
  166. en    enableDefault
  167. fo    forEach
  168. in    indexStruct
  169. ma    maintained
  170. me    method 
  171. on    onFail 
  172. ot    otherwise 
  173. pa    passEvent
  174. pr    primary
  175. qu    query 
  176. re    record
  177. sc    scan
  178. se    secStruct
  179. st    struct 
  180. sw    switch 
  181. th    then 
  182. ty    type 
  183. un    unique 
  184. us    uses 
  185. wh    where
  186. wi    with 
  187.  
  188. ;##-- eof --##
  189.